GtkListBox: get_row_at_y can return NULL
authorTimm Bäder <mail@baedert.org>
Wed, 6 Jan 2016 09:46:29 +0000 (10:46 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 6 Jan 2016 15:02:58 +0000 (16:02 +0100)
gtk/gtklistbox.c

index be879d45c7cbcdc98f4457427a6538bc12c16dec..85c8585dbf893c0bdd1353dd3362a53a48756e46 100644 (file)
@@ -721,7 +721,8 @@ gtk_list_box_get_row_at_index (GtkListBox *box,
  *
  * Gets the row at the @y position.
  *
- * Returns: (transfer none): the row
+ * Returns: (transfer none) (nullable): the row or %NULL
+ *   in case no row exists for the given y coordinate.
  *
  * Since: 3.10
  */